Cloning and Copying Collection Objects
The functions described in this section allow you to examine and manipulate the owner count of a collection object or to make a complete copy of a collection object.The
CloneCollection
function allows you to increment the owner count of a collection object. Typically, you use this function to signify the creation of a new reference to an existing collection object. TheCountCollectionOwners
function allows you to determine the current owner count of a collection object.The
CopyCollection
function allows you to create a complete copy of a collection object. The new collection object contains a copy of every item in the original collection object.
Subtopics
- CloneCollection
- CountCollectionOwners
- CopyCollection